home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / addcr10.zip / ADDCR.TXT < prev    next >
Text File  |  1994-03-14  |  2KB  |  48 lines

  1. ADDCR Version 1.0 Instructions...
  2.  
  3.     I download a lot of compressed and tarred files from UNIX systems 
  4. to my pc and I found I needed a program to convert the end of lines so
  5. that the text files were readable.  I found some programs on the internet
  6. but they just didn't do what I wanted so I wrote my own program to
  7. convert UNIX end of lines to DOS end of lines.  I hope you will find 
  8. this program useful.
  9.  
  10. --------------------------------------------------------------------------
  11.     This program is free,  but if you find it useful and would like
  12. to send money for this small program I ask for only $3 or whatever you
  13. feel its worth.
  14.     Please make the check or money order payable to Nathan Fox
  15. and send it to...
  16.     Nathan Fox
  17.     2604 Hillcrest St.
  18.     Lansing,  MI   48911
  19.  
  20.     Please feel free to send your comments or bugs you find.
  21.     My e-mail address is nfox@emunix.emich.edu.  The duration of this
  22. account is questionable so if it doesn't go through please feel free to
  23. write me.
  24. ---------------------------------------------------------------------------
  25.  
  26. PROGRAM USE...
  27.     Addcr has four different command lines.
  28.  
  29.     addcr  ...  will display the usage.
  30.  
  31.     addcr <filename>  ...  will convert the given file only.
  32.  
  33.     addcr -a  ...  will convert all files in the current directory.
  34.  
  35.     addcr -a <filename with the wildcards * and ?>  ... will convert
  36.         all files matching the third command line argument in the current
  37.         directory.
  38.  
  39.     Addcr WILL skip files with the extension .exe and .com.  All others
  40. are game so be careful when converting all the files in a directory.
  41.  
  42. ----------------------------------------------------------------------------
  43.  
  44.     I've gotten a lot of good use out of this program and I hope you
  45. will to.
  46.                       CYA!
  47.  
  48.